Function: unbindObjects(object1) Description: Unbinds two previously bound objects. Returns: The unmodified object passed through as the first parameter. Note: Only object1 or object2 is needed to break the two-way binding. Example: // Unbind two previously bound objects. $A.unbindObjects(domElement1); Or $A.unbindObjects(domElement2);